added SSCLI 1.0
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2008 / CSASPNETMVCFileDownload / Properties / AssemblyInfo.cs
blob3540796e01bbed4542efb520ddae1886a6bfaaa4
1 /****************************** Module Header ******************************\
2 * Module Name: AssemblyInfo.cs
3 * Project: CSASPNETMVCFileDownload
4 * Copyright (c) Microsoft Corporation.
5 *
6 * The CSASPNETMVCFileDownload example demonstrates how to use C# codes to
7 * create an ASP.NET MVC FileDownload application. The applicatino supports
8 * basic site navigation, explore files in a certain fileshare and allow
9 * client user to download a selected file among the file list.
12 * This source is subject to the Microsoft Public License.
13 * See http://www.microsoft.com/opensource/licenses.mspx#Ms-PL.
14 * All other rights reserved.
16 * History:
17 * * 8/27/2009 1:35 PM Steven Cheng Created
18 ***************************************************************************/
20 using System.Reflection;
21 using System.Runtime.CompilerServices;
22 using System.Runtime.InteropServices;
24 // General Information about an assembly is controlled through the following
25 // set of attributes. Change these attribute values to modify the information
26 // associated with an assembly.
27 [assembly: AssemblyTitle("CSASPNETMVCFileDownload")]
28 [assembly: AssemblyDescription("")]
29 [assembly: AssemblyConfiguration("")]
30 [assembly: AssemblyCompany("Microsoft")]
31 [assembly: AssemblyProduct("CSASPNETMVCFileDownload")]
32 [assembly: AssemblyCopyright("Copyright © Microsoft 2009")]
33 [assembly: AssemblyTrademark("")]
34 [assembly: AssemblyCulture("")]
36 // Setting ComVisible to false makes the types in this assembly not visible
37 // to COM components. If you need to access a type in this assembly from
38 // COM, set the ComVisible attribute to true on that type.
39 [assembly: ComVisible(false)]
41 // The following GUID is for the ID of the typelib if this project is exposed to COM
42 [assembly: Guid("fa31c7ed-a843-47f0-9154-0dcaba953a4f")]
44 // Version information for an assembly consists of the following four values:
46 // Major Version
47 // Minor Version
48 // Build Number
49 // Revision
51 // You can specify all the values or you can default the Revision and Build Numbers
52 // by using the '*' as shown below:
53 [assembly: AssemblyVersion("1.0.0.0")]
54 [assembly: AssemblyFileVersion("1.0.0.0")]